DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / SetValueForKey Method

In This Topic
    SetValueForKey Method (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetValueForKey( _
       ByVal value As Foundation.NSObject, _
       ByVal key As Foundation.NSString _
    ) 
    public virtual void SetValueForKey( 
       Foundation.NSObject value,
       Foundation.NSString key
    )

    Parameters

    value
    key
    See Also